database retrieval造句
例句与造句
- The system implements pipe - line graphic to be build dynamically by using spatial database retrieval technique
利用空间数据库检索技术,系统实现了三维管线图的动态构建。 - In this thesis , a detailed survey on 3d model retrieval techniques is given firstly , witch include feature extraction , similarity calculation , and database retrieval algorithms
本文首先对现有的3d模型检索技术进行了全面的综述,介绍了这些检索技术的特征提取方法、相似度计算、数据库检索方法。 - Lastly , a skeleton - based experiment system for image database retrieval is designed and implemented on the basis of the symmetry based object representation and recognition theories . the prospective result is shown
最后,在基于对称性的目标描述和识别理论的基础上,建立了一个基于骨架的图象数据库检索的实验系统,取得了预期的效果。 - Through the analysis on the basic principles and steps of cross - database retrieval system , this paper probes theoretically into the factors of influencing the searching efficiency of cross - database system , and advances some improving measures
通过分析跨库检索系统的基本原理与步骤,从理论上探讨了跨库检索系统检索效率的影响因素,并提出了改进措施。 - A basic problem , in such areas as image analysis , computer vision , automatic navigation , diagnosis based on medical image and image database retrieval , is the automatic segmentation , description and recognition of objects in image
图像物体的分割、描述、特征提取和识别是图像分析、计算机视觉、自动导航、基于医疗图像的诊断以及图像数据库检索等领域的一个核心问题。 - It's difficult to find database retrieval in a sentence. 用database retrieval造句挺难的
- Image database retrieval is a hot topic and has attracted increased attention from researchers . it includes several contents such as describing the image visual content ( extracting features ) , image database management , image matching and so on
图像数据库检索是当今信息时代人们广泛关注的热点问题,主要包括对图像内容的描述(特征表达及提取) 、图像数据库管理、图像匹配等内容。 - Consequently , the computational cost of the method is low . in addition , the methods presented by the dissertation can also be applied to character recognition , speech segmentation and recognition , obstacle avoidance for robot , image database retrieval and hiding
本文获得的成果还可以用于字符的识别、语音分割与识别、机器人避碰、图像数据库的查询与检索以及计算机图形学中图形消隐与裁减等许多学科领域。 - Today , medical information retrieval is developing into an entirely new type of multi - retrieval system . this thesis includes research on cd and international on - line database retrievals , search engines ( primarily medical search engines ) , and certain parts of chinese search engines with maps , blankets and examples being included
众多的医学信息用户由于不熟悉各种医学信息检索系统的收录范围,没有针对性地选取相应的检索工具进行检索,同时没有掌握必要的检索技术,这导致他们在查找信息的时候出现了事倍功半的情况。 - Also , i provide the introduction of the various specialties of every kind of retrieval system . comparing cd - rom , international on - line databases , and internet retrieval systems while providing retrieval paths , their ability to support multi - database retrieval , and various other relevant aspects of information retrieval systems . chapter two : chapter two discusses research on medical information retrieval performed over the internet
介绍了各种检索体系的特点、国内外有影响和常用的代表性的数据库,最后对医学计算机检索系统的主要检索技术进行介绍,并对光盘检索、国际联机检索和网络检索从信息量、时差、费用、检索途径、是否支持同时进行多数据库检索等方面进行比较研究。 - With the development and application of internet , information service organizations are confronted with both opportunities and challenges . establishing the full - text database retrieval system based on web has become a trend . against this background , the service system for military medical information is designed and constructed
随着internet技术的发展和应用,信息服务机构遇到了巨大的机遇和挑战,通过互联网面向用户提供高效、快捷、全方位的信息服务,是当前世界范围内信息行业发展的新方向,军事医学信息服务系统就是在这种环境下开始研建的。 - The main results in this paper as follows : first , a prototype of a shape - based image database retrieval system is completed , it can receive the query mode both by giving an example image and by sketching the desired object on the screen , second , five shape - based image retrieval methods are realized ; third , an algorithm based on triangulation for shape - based image retrieval is brought forward . in this algorithm , firstly , the edge of the original image is followed and the candidate corners in the original image are detected . then the counterpoints of the candidate corners in the result of edge follow are found , and the boundary corners whose counterpoints have been found are queued in the order of their counterpoints in edge follow
同时本文中主要完成了以下三方面的工作:完成了一个基于形状特征的图象检索的原型系统,可实现例子图象或徒手绘草图两种查询方式;实现了五种利用形状特征进行图象检索的具体方法,并对其进行了分析比较;并且在继承将三角剖分引入形状检索的思想基础上提出了利用三角剖分进行形状检索的一种新算法:先对原图象进行边界跟踪和角点检测;然后寻找初始角点在边界跟踪中的对应点,并对找到对应点的角点按其对应点在边界跟踪中的顺序进行排序;再对排序后的角点进行德洛内三角剖分,得到能表示目标真实形状的三角形序列;最后计算三角形序列的角度直方图作为形状特征,并进行相似性匹配。 - What s more , simple concurrent programming has been available on essentially all unix hosts since at least 1988 , which is when ksh standardized its " co - processes . " if you save the ksh source in listing 1 , below , as ex1 . ksh and then run it , you ll see a " countdown " - " ten , nine , eight , etc . " - display , then the result of the ksh subprocess : " all done . " in practice , you might use something like this for a long - running chemical calculation or database retrieval : launch the operation as a subprocess , but keep users informed about what s going on or how much time is left before completion
此外,至少自1988年以来,基本上已经在所有unix主机上实现了简单的并发编程,在1988年这一年ksh对其“协同进程( co - process ) ”进行了标准化。如果您将下面清单1中的ksh源代码保存为ex1 . ksh ,然后运行它,您会看到“倒计时”显示: “十、九、八,等等” ,然后看到ksh子进程的结果: “ all done ” 。实际运用中,您可能会对长期运行的化学计算或数据库检索使用类似这样的操作:启动操作作为子进程,但是让用户始终知道操作的进展或完成之前还剩多少时间。